GetChildAXNodesResponse

data class GetChildAXNodesResponse(nodes: List<AXNode>)

Represents response frame that is returned from Accessibility#getChildAXNodes operation call. Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously.

See also

Constructors

GetChildAXNodesResponse
Link copied to clipboard
fun GetChildAXNodesResponse(nodes: List<AXNode>)

Properties

nodes
Link copied to clipboard
val nodes: List<AXNode>

Sources

jvm source
Link copied to clipboard